<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clic.git, branch main</title>
<subtitle>Console based arbitrary radix, arbitrary precision calculator.
</subtitle>
<id>https://git.xagasoft.com/Smaller Projects/clic.git/atom?h=main</id>
<link rel='self' href='https://git.xagasoft.com/Smaller Projects/clic.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/'/>
<updated>2016-02-16T22:21:32+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'origin/master'</title>
<updated>2016-02-16T22:21:32+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2016-02-16T22:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=2205ae40dbb48abb6012d68eddd1682fecb3441c'/>
<id>urn:sha1:2205ae40dbb48abb6012d68eddd1682fecb3441c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Actually added a makefile with dep support.</title>
<updated>2015-07-23T20:14:01+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2015-07-23T20:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=d29ed3e8ddfbb0367dd67aa0f3b864b41357d1eb'/>
<id>urn:sha1:d29ed3e8ddfbb0367dd67aa0f3b864b41357d1eb</id>
<content type='text'>
Also updated the gitignore to ignore the dep files.
</content>
</entry>
<entry>
<title>Just a tweak to the lexer to make some errors nicer.</title>
<updated>2015-07-23T20:13:44+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2015-07-23T20:13:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=8d81d59bcbac8fbae5e63740367fdf55c48691bb'/>
<id>urn:sha1:8d81d59bcbac8fbae5e63740367fdf55c48691bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of /home/eichlan/git/clic</title>
<updated>2015-01-29T15:56:43+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2015-01-29T15:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=14419813582bc89334d2e9d5bdd74b5852bfc9f9'/>
<id>urn:sha1:14419813582bc89334d2e9d5bdd74b5852bfc9f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor tweak to some display text.</title>
<updated>2015-01-29T15:56:34+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2015-01-29T15:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=42e77eb7ba24d2b7ebd47fadbc9240dc4520a5d6'/>
<id>urn:sha1:42e77eb7ba24d2b7ebd47fadbc9240dc4520a5d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed nasty subtraction bug when dealing with fractions.</title>
<updated>2015-01-29T15:49:55+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2015-01-29T15:49:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=f03026f5c2cde1eecfda273eaa52df10287f0f9e'/>
<id>urn:sha1:f03026f5c2cde1eecfda273eaa52df10287f0f9e</id>
<content type='text'>
It turned out to be a really simple solution, but man, that was
embarassing.  I forgot to include the fractional portion of a number
when fixing my radix+1 compliment numbers.
</content>
</entry>
<entry>
<title>Fixed parsing bug, added unit tests, debug cleanup.</title>
<updated>2015-01-07T16:53:14+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2015-01-07T16:53:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=e64cb84fe43660818f7d6eff2954147495b1ac8b'/>
<id>urn:sha1:e64cb84fe43660818f7d6eff2954147495b1ac8b</id>
<content type='text'>
There was an issue with order of operations outside of parenthesies,
easily solved.
</content>
</entry>
<entry>
<title>Added "--sum" command line option.</title>
<updated>2014-12-01T14:53:29+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2014-12-01T14:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=4d0ab515cc4142b22247e26f1b57b5cd0a6b31d5'/>
<id>urn:sha1:4d0ab515cc4142b22247e26f1b57b5cd0a6b31d5</id>
<content type='text'>
Reads in a list of numbers on standard in, one per line, and sums them.
</content>
</entry>
<entry>
<title>Division fixes, better config, more tests.</title>
<updated>2014-11-28T20:45:37+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2014-11-28T20:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=9f7cbe624a91008a4cbe47c7b369c5e3f96a4eff'/>
<id>urn:sha1:9f7cbe624a91008a4cbe47c7b369c5e3f96a4eff</id>
<content type='text'>
Other minor fixes and options such as --version being added.
</content>
</entry>
<entry>
<title>build builds the datafiles class now.</title>
<updated>2014-11-28T18:12:14+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2014-11-28T18:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=02573826558bd44f0ec3ed542964be0096d5e389'/>
<id>urn:sha1:02573826558bd44f0ec3ed542964be0096d5e389</id>
<content type='text'>
Added a little bit of help, too.
</content>
</entry>
</feed>
